# (decoded with TMPL 13671) /*----------*/ short X%Itemname%Choice; /*----------*/ pascal void Draw%Itemname% (DialogPtr whichDialog, short itemNr); pascal void Draw%Itemname% (whichDialog, itemNr) DialogPtr whichDialog; short itemNr; { %If MPW% #pragma unused (whichDialog) %end if% DrawPopup (itemNr, %rsrcName%, X%Itemname%Choice); } /*Draw%Itemname%*/